Hi
To remove the slider title and description box
For PRO Theme
Go to Appearance-> Theme Options -> Basic Settings -> Custom CSS
and use below css code
.nivo-caption {display: none; }
For Free Theme
Go to Appearance-> Customize -> Additional CSS
and use below css code
.nivo-caption {display: none; }
Regards
Grace Themes