New Resources: Use Skuid in your Home page!

Actually there is. You have to add the following HTML code to your Home Page Component that includes Skuid, right before the iframe tag:

<script>(function(){var newOnload = function(){var title = document.getElementsByClassName('bPageTitle'); if (title) {title[0].style.display = 'none';}};var oldOnload = window.onload;window.onload = function(){oldOnload && oldOnload();newOnload();};})();</script> 

This will hide the whole page title element, including the chatter feed.