/Disable-Feature /FeatureName: /PackageName: /Remove Disables the feature specified by the FeatureName command argument. ...

/Disable-Feature /FeatureName: [/PackageName:] [/Remove] 

  Disables the feature specified by the FeatureName command argument. 
  You do not have to specify the /PackageName if it is the Windows Foundation Package. 
  Otherwise, use /PackageName to specify the parent package of the feature. 

  Multiple /FeatureName arguments can be used if the features are components in 
  the same parent package. 
  Use /Remove to remove a feature without removing the feature's manifest from the 
  image. The feature will be listed as 'Disabled with Payload Removed' when using 
  /Get-FeatureInfo and can be restored and enabled using /Enable-Feature with the 
  /Source option. 

    Example: 
      DISM.exe /Online /Disable-Feature /FeatureName:Hearts 

      DISM.exe /Image:c:\offline /Disable-Feature /FeatureName:Calc 
        /PackageName:Microsoft.Windows.Calc.Demo~6595b6144ccf1df~x86~en~1.0.0.0 /Remove