You can either go into the index.php and single.php and find and remove the div with the class of "postMeta" (make sure to get the entire div removed) or you could add this to the end of the style.php file to hide it with CSS:
.postMeta {display:none;}
Then save style.php and resave the theme settings to rewrite the style sheet.
This does not remove the date/time from the code it just hides it, so if you want it gone, do the first solution.