Hi Figured it out
In the custom CSS under the Theme Options, I had to add the following two lines
.entry-header .entry-meta { display: none; }
.hentry .entry-meta { display: none; }
The first line removed the author info on the top of the post
and the second line removes the category info on the bottom of the post.