Hi
You can use any size of image for setting featured image of blog post.
To remove the featured image from Latest News section in homepage
Go to Appearance -> Theme Options -> Basic Settings -> Custom CSS
add below css code
.news-box .news-thumb { display: none; }
Regards
Grace Themes