How can I remove RSS Feeds from CS.Posts section in my Blog?
It's easy to do. Just go to the standard DNN setting of CS.Posts module and uncheck the Display RSS checkbox.

Is it possible to get rid of the view/edit tab that shows up on the top of the page on the site.
If you want to disable the "View/Edit" radio buttons when you not logged in, so you need to open Admin->Site Settings->Usability Settings->Control Panel Security: and choose Page Editors.
What I need to do to change the height of the tags cloud?
You should edit the Tags.ascx file that is located here:
<%root%>/Portals/_default/Containers/CS.Blog/Tags.ascx
line 14 jQueryCS144(".TagsContainer ul.cs_blog_tags").tagcloud({type:"cloud", height:100, sizemin:11,sizemax:20});
You can simply change height to 300 or more