What I have done in the past is this:
Copy the index.php from the theme you are using and rename it
Stick this at the top of the code
Code:
<?php
/*
Template Name: your_page_name
*/
?>
Edit that page to the layout you want, in your case removing the sidebar call.
Save and upload.
Now, in WP, go to Write > Write Page, and you can then select your new 'your_page_name' template from Page Template on the sidebar.