adding this to additional.css would be easiest:
Code:
.channel-content-widget[data-widget-instance-id="X"] .conversation-list.stream-view .list-item-body .post-links {
display: none;
}
where X is the data-widget-instance-id of your cms block. You can view it from inspect feature of your browser.
Alternatively, you can use data-widget-id, data-note-id etc; whichever suites your needs.