Hi xaaa – I figured out a way to hide the slider name on your page. Go to Appearance > Edit CSS and add this to the field:
.jw_easy_slider_name {
display: none !important;
}
After I saved the file, the slider name was removed from my pages. Hope this helps. ??