Removing categories, Comments etc from posts?

There are probably several approaches to doing this. One approach would be to select the categories and comments divs in your theme and use css to remove them.

Example: In your style.css

.entry-utility-prep-cat-links {
    display:none;
}