To remove the comment dates on a specific page, add the below code to the Page Settings > Other Scripts > Custom CSS of your Live Editor page:
.comments-container .comments-panel .comment-meta span {display: none !important;}
For global effect:
OptimizePress > Dashboard > Global Settings > Custom CSS (Sitewide)