@CorePowerCoaching This is coming from the woocommerce plugin that you are using rather than from the theme. If you want to remove it from the coding point of view then woocommerce author/support may provide you better help on this. However, you can also remove it using custom css, for which I can help. In the dashboard, go to Appearance->Theme Options->Design Options->Custom CSS. Paste the following css and click on ‘Save all Changes’.
.woocommerce #sidebar {
display: none;
}