Currently, the Instagram username can only be hidden using custom CSS code. Add a built-in option in the widget settings to hide the username from the header.
In the meantime, you can use this code in the Custom CSS field on the Settings tab of your widget’s settings:
.es-header-label {
display: none !important;
}