No, though you could create a plugin to do so, there is a filter for what is displayed in the menu at the bottom of the page.
Filter at the bottom of page? I guess I am missing something. i don’t see any filter at the bottom.
At the bottom of translations.php in the gp-templates directory, this line:
echo implode( ' • ', apply_filters( 'gp_translations_footer_links', $footer_links, $project, $locale, $translation_set ) );
You can use the gp_translationd_footer_links to filter what is displayed.
You could also use a custom template directory and remove it that way as well.