How I can Delete Footer without using plugin BlankSlate?

Forget this plugin and just hide the footer with css :

At the end of your theme style.css, just add this :

#footer{display:none;}

Bases on the fact that your footer isg à div with id="footer"