SlicErl is a program slicer for Erlang. It is based on the System Dependence Graph with some adaptations and extensions which are specific to Erlang.
Given an Erlang program, first, a graph representation is generated, that contains all the control and flow interrelations. Then, the standard program slicing algorithm is used to extract slices in linear time.
This webapp is a limited trial of SlicErl, with time and memory constraints to avoid abuse.
You can generate slices and graphs for simple programs.
The full version can be downloaded from Github.
You can either write down an Erlang program or choose one from the list of examples.