I removed the superfluous ‘Download’ label using:
.publication_download .title {
display:none;
}
You need to edit the the plugin CSS in the file includes/front-end.css as this is called after the CSS in your theme. You can do the same for the other .titles as well.