clearSubViews: function () {
    if (this._animatedFormView) {
      this._animatedFormView.remove(); // the Backbone.Form equivalent to 'view.clean()'
    }