Templates like Light shades, Dark shades, Salaam have these widgets hard coded.
You can remove the widgets by adding the custom CSS to Admin area > Appearance > Customize > CSS > Edit CSS:
.index_photo_widget,
.index_users_widget {
display: none;
}
Click Save.