Sorry, I have not had much free time to work on my widget projects.
I updated the Zillow widget with a clear button. I've found that users don't always want to clear results when a widget is closed, so I think this is a good compromise.
Now if you wanted to do this on widget close, I add a clear method to the ViewManager
vManager.clearLayer();
You can tie the widget close event to a function that can call this method when the widget is closed if you like.
Hope that helps.