Hi there,
Currently, it is not possible for you to disable them currently, but you can hide them using css codes below, by including them on your current custom.css files and see how it goes
[gist type="php"]
#es .action-title-repost {
display:none !important;
}
[/gist]