Easy way to get rid of the left side bar menu.
Goto /httpdocs/wp-content/themes/”your_theme”/page.php
Comment out the code ‘<section id=”main” class=”col-left”>’
This will re-center the remaining content of your page.
Then comment out the code ‘<?php get_sidebar(); ?>’
This will keep the sidbar from loading. That’s it.