Hello @ericwilson
You can remove that via custom codes, You can edit best_business_add_front_page_widget_area
this function here in includes/theme-hooks.php
for this action we recommend you to create a child theme for this.
Or simply you can place the following CSS on customizer Additional CSS
section
#sidebar-front-page-widget-area {
display: none;
}
We suggest you to create child theme.
Hope this solves your problem,
Regards
Support Team