For removing side bar you need to edit the files in template folder.

Example : If you need to remove the sidebar from home page

Edit index.tpl file and remove the code starts with <div id="sidebar">

Also edit style.css and modify like

#content {
margin:0 auto;
width:760px;
}