Pop-FormatData
--------------

### Synopsis
Removes formatting from the current session.

---

### Description

Pop-FormatData command removes dynamically loaded formatting data from the current session.

---

### Related Links
* [Push-FormatData](Push-FormatData.md)

---

### Parameters
#### **ModuleName**
The name of the format module.  If there is only one type name,then
this is the name of the module.

|Type      |Required|Position|PipelineInput |
|----------|--------|--------|--------------|
|`[String]`|true    |named   |true (ByValue)|

---

### Syntax
```PowerShell
Pop-FormatData -ModuleName <String> [<CommonParameters>]
```
