The best way to remove a sidebar is probably to just use CSS to .sidebar { display:none } (depending on your themes markup) – it is quick and allows you to quickly add the sidebar back in should you need it later on.
Or you can go through all of the theme files and remove get_sidebar.
Good luck!