I'm a green hand I don't know how to remove the slider on the right and the slider on the bottom

image

You need to call lv_obj_clear_flag(obj, LV_OBJ_FLAG_SCROLLABLE);
This will clear the scrolling flag for the object