Want to remove the widget area on one page only? First you need to find the page ID number then add the following CSS code, editing the page ID.

.page-id-244 #main-footer>.container{
display:none;
}