I have created an application in android using PagerSlidingTabStrip.
I have created tabs using an adapter and fragments.
When I tried to remove a view using
viewPager.removeView(getView());
adapter.notifyDataSetChanged();
The view is hidden but the application shows me an empty view and the tab title persist.
I didn't test this, but it would be something along the lines of: