> For the complete documentation index, see [llms.txt](https://docs.enercalc.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.enercalc.com/efr-user-manual/working-with-calculations/using-the-element-manager/removing-a-calculation12.md).

# Removing a Calculation

How to delete a calculation from the Revit model and its .EC6 file while preserving load path relationships.

A calculation may be removed from both the Revit model and the corresponding ENERCALC `.EC6` file at any time using the “Delete This Calc” button on the Element Manager window.

{% hint style="warning" %}
**NOTE**\*\*: Deleting of a calculation removes the design data stored for the specified element, but load path information such as support and tributary relationships will be preserved. For example, consider a designed beam bearing on a designed girder. If the girder calculation is removed, the girder still serves as a support for the beam design. The beam is still considered to be tributary to the girder, and the beam reaction force will be linked in automatically if a new girder calculation is created in the future.\*\*
{% endhint %}

![](https://4249100372-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgHVzpA9PT0VcuNGp6j39%2Fuploads%2Fgit-blob-ca48e45107cda61606a42aaf4f7880277c521be8%2Fclip0063.png?alt=media)

Clicking this button while a calculation is selected will cause ENERCALC SEL to launch so that the calculation data may be removed from the appropriate `.EC6` file. When ENERCALC SEL finishes finding and removing the calculation, the calc data will also be erased from the Revit element in the model, and the line item will disappear from the summary table. Any calculation may be removed by any user whose local machine has access to the linked `.EC6` file. If the `.EC6` file cannot be accessed, a pop-up warning is provided.

Checking the “From Revit Only: checkbox will remove the calculation data stored in Revit without modifying the `.EC6` file in any way. This option would be appropriate for removing a calculation whose `.EC6` file has been moved, deleted, or otherwise become unreachable.

Prior to removal, the user is prompted with a warning to help prevent accidental removal.

![](https://4249100372-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgHVzpA9PT0VcuNGp6j39%2Fuploads%2Fgit-blob-e9c4fc9bfcaeda75012c810fd87f60c026d94243%2Fclip0064.png?alt=media)

If the calculation to be removed also carries associations to child elements, then the user will be presented with an additional warning. Proceeding with the removal will erase the parent/child relationship that associates the parent element being removed to its children. The children whose parent calculation was removed will not carry any color highlighting and they will no longer be accessible via the Element Manager.

![](https://4249100372-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgHVzpA9PT0VcuNGp6j39%2Fuploads%2Fgit-blob-22e4af81074ea72bafc9e1347d0414ecb742fa18%2Fclip0065.png?alt=media)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.enercalc.com/efr-user-manual/working-with-calculations/using-the-element-manager/removing-a-calculation12.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
