The AEM Mobile on-demand services attempt to update an existing SHARED_HTML_RESOURCES on the server based on only what has changed. While the update includes new content, it fails to remove content that is no longer in what AEM is sending.
Update to the latest AEM 6.1 SP1 Cumulative Fix Pack (CFP).
A fix was released in AEM 6.1 SP1-CFP2 and is included in all later CFPs.
You can determine what is in the SHARED_HTML_RESOURCES by exporting them from your AEM instance to a local file with the following syntax:
PROJECT_URI.sharedResources.dpsExport.zip
For example:
http://localhost:4502/content/mobileapps/geometrixx-unlimited.sharedResources.dpsExport.zip
When working properly, the most recent version of SHARED_HTML_RESOURCES match that export. However, if there are articles published that reference content from previous versions of SHARED_HTML_RESOURCES, those previous versions also download as expected. To correct the same, update your articles from AEM and republish them.