I did it so…:
in my template folder …wp-content/themes/K2
edit CSS file…
where there was something about comments, feeds, rss, and rest of stuff I wanted to hide… I simply add:
display:none;
eg.: .comments {
text-align: left;
margin: 30px 0 0;
position: relative;
display:none;
}