> 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/calculation-types/working-with-beam-calculations/beam-parent-child-relationsh/removing-child-elements.md).

# Removing Child Elements

How to remove child element relationships from a parent calculation using view picking or table selection.

{% hint style="warning" %}
**NOTE:** For parent/child management, the terms “Add” and “Remove” describe the creation or removal of a conceptual relationship between the parent element and another existing element in the Revit model. These controls do not create or delete actual elements in the Revit model or calculations in the `.EC6` file.
{% endhint %}

Child elements may be removed in a manner similar to the “Add” operation. The “Remove Selected” button has two different options next to it. The default option labeled “Pick Elements From View” will prompt the user to manually pick which children to remove via Revit UI just like the “Add” process. Checking the “Use Table Selection” option instead will directly remove any child elements currently selected in the child elements table.

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

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

If the operation is cancelled, no children will be removed. If it is finished, the following changes will occur immediately:

1. The table of child elements will be updated to show the revised list of children
2. Parent calculation’s line item in the Element Manager summary table will be updated to show the revised quantity of child elements.
3. If status highlighting is enabled, highlighting will be erased from all removed child elements to show that they are no longer associated with a design calculation.

![](https://4249100372-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgHVzpA9PT0VcuNGp6j39%2Fuploads%2Fgit-blob-74e7df31fa455f8671a5a93462dd69d5e5d85f71%2Fclip0466.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/calculation-types/working-with-beam-calculations/beam-parent-child-relationsh/removing-child-elements.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.
