most likely you can get rid of the sidebar by taking it out of the code. Look at page.php by going to “Appearance” -> “Editor” -> “Page.php” (should be listed on the right)
search for <?php get_sidebar(); ?> and delete it.
<?php get_sidebar(); ?> inserts the code in sidebar.php and inserts it at that point