You can do it the following way:
It all depends how your divisions are called, but should be something on the lines of this in your stylesheet:
footer {display:none;}
body.home footer { display: block !important; }
This should remove the footer on the other pages, and make it visible only on the home page.
I hope I helped with your problem!
B